GtkAssistant: Avoid a crash
authorMatthias Clasen <mclasen@redhat.com>
Sun, 18 May 2014 04:02:59 +0000 (00:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 18 May 2014 15:43:13 +0000 (11:43 -0400)
commit386f1d14f0de015cdb071f0bf7332c8c5dbf3154
tree4cc89670dbaa944410cdb2ea88e03e9bec62b3da
parentf191c13a27cbc4aaa9d7576bd84ba7873b58c10d
GtkAssistant: Avoid a crash

The child properties in GtkAssistant are somewhat broken, since
they are not on direct children - but that is no reason to crash
if somebody does ask for child properties of direct children.
gtk/gtkassistant.c